Always return FALSE from idle callback to avoid loop
authorAlexander Larsson <alexl@redhat.com>
Fri, 12 Jun 2009 10:45:31 +0000 (12:45 +0200)
committerAlexander Larsson <alexl@redhat.com>
Fri, 12 Jun 2009 10:45:31 +0000 (12:45 +0200)
commitbd0e95081f6e4c6ede650a9fa3b7c5427034fabc
treecb2e7fa3cc7f64de5eb3e885a2e1c7783d7ca78b
parent56dfbd997e536b5a752707b7c1867d42dab0c3ae
Always return FALSE from idle callback to avoid loop

In the destroyed window case in do_synthesize_crossing_event we didn't
return a value which can cause infinite "loops". Always return FALSE
to make sure the idle doesn't run again.
gdk/gdkwindow.c